github.com/andybalholm/brotli.hashRolling.table (field)
5 uses
github.com/andybalholm/brotli (current package)
hash_rolling.go#L49: table []uint32
hash_rolling.go#L69: h.table = make([]uint32, 16777216)
hash_rolling.go#L71: h.table[i] = kInvalidPosHashRolling
hash_rolling.go#L144: found_ix = uint(h.table[code])
hash_rolling.go#L145: h.table[code] = uint32(pos)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |